home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / U.S. System⁄HyperCard / HyperCard—US 1.2.5 / HyperCard Ideas-US 1.2.5 / Idea Stacks / Stack Ideas / card_49664.txt < prev    next >
Encoding:
Text File  |  1988-11-07  |  2.1 KB  |  100 lines

  1. -- card: 49664 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4598
  5. -- name: Address book 
  6.  
  7.  
  8. -- part 7 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=247 top=34 right=322 bottom=263
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set visible of Card Field 1 to not the visible of Card Field 1
  23. end mouseUp
  24.  
  25.  
  26. -- part 8 (field)
  27. -- low flags: 81
  28. -- high flags: 2004
  29. -- rect: left=41 top=121 right=210 bottom=243
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 3
  34. -- text size: 14
  35. -- style flags: 0
  36. -- line height: 18
  37. -- part name: 
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   set visible of Card Field 1 to not the visible of Card Field 1
  41. end mouseUp
  42.  
  43.  
  44. -- part 10 (field)
  45. -- low flags: 81
  46. -- high flags: 2004
  47. -- rect: left=290 top=119 right=247 bottom=485
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 3
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Pop up
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   hide card field "pop up"
  59. end mouseUp
  60.  
  61.  
  62. -- part contents for background part 4
  63. ----- text -----
  64. Royce Walthrop
  65.  
  66. 1111 Old Orchard St. 
  67. Hillsdale, Ohio 44704
  68.  
  69. (216) 834-5664
  70.  
  71.  
  72. -- part contents for background part 40
  73. ----- text -----
  74. 3128
  75.  
  76. -- part contents for background part 41
  77. ----- text -----
  78. Prod. Man.
  79.  
  80. -- part contents for background part 42
  81. ----- text -----
  82. Sprocket 3-5
  83.  
  84. -- part contents for background part 43
  85. ----- text -----
  86. 7R
  87.  
  88. -- part contents for background part 44
  89. ----- text -----
  90. 2469
  91.  
  92. -- part contents for card part 8
  93. ----- text -----
  94. Link each button to the first card that has names starting with the corresponding letter.
  95.  
  96.  
  97. -- part contents for card part 10
  98. ----- text -----
  99. To make your own address stack, choose New Stack from the File menu.  In that stack, this button will sort your cards.  (Sorting Stack Ideas is not a good idea.)
  100.